home *** CD-ROM | disk | FTP | other *** search
/ Minami 58 / MINAMI58.ISO / Varios / Juegos Flash / Gold Yard.exe / scripts / DefineButton2_172 / BUTTONCONDACTION on(keyPress P).as next >
Text File  |  2003-04-29  |  96b  |  5 lines

  1. on(keyPress "P"){
  2.    _root.restore_health();
  3.    _root.mainmenu.gotoAndStop("difficulty");
  4. }
  5.